home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / for amiga / v1.2 / readme < prev    next >
Text File  |  1997-04-23  |  3KB  |  62 lines

  1. As you can probably guess, this version of Linux/68k is "compatible"
  2. with version 1.2.10 of the PC version of Linux.
  3.  
  4. BEFORE RUNNING THIS KERNEL, CAREFULLY READ EVERY PART OF THIS
  5. ANNOUNCEMENT, AND PLAY CLOSE ATTENTION TO THE *EXT2FS* SECTION.
  6.  
  7. Notes:
  8.  
  9.     1) This kernel *cannot* be used with existing 0.9 ext2fs
  10.        filesystems without "fixing" them.  See *EXT2FS* below.
  11.  
  12.     2) This version is distributed as source only.
  13.  
  14.     4) While I've compiled in every Amiga option, this kernel has only
  15.        been tested on my 68030 A3000, so the only drivers tested are
  16.        the OCS graphics, the keyboard, the A3000 SCSI driver, the SCSI
  17.        disk driver, the Amiga serial port driver and the PPP network
  18.        interface.
  19.  
  20.     5) The Amiga/Atari code in this distribution is pretty much
  21.        equivalent to that in the 0.9pl6 distribution of Linux/68k.
  22.  
  23.     6) Andreas Schwab's "megapatch" has been applied.
  24.  
  25. The amiboot-1.11.gz "bootstrap" program for the Amiga can be used to
  26. boot this kernel.  I use amiga-lilo 0.3 to boot this kernel also.  I
  27. haven't tried version 0.4 yet.  Note that amiga-lilo 0.3 seems to have
  28. problems booting kernels of 700k in size.
  29.  
  30. I've created a new ramdisk image to be used with this kernel.  It is
  31. in filesys-1.2.gz in the v1.2 directory.  The most interesting
  32. programs in this filesystem from a v1.2 point of view are the
  33. /sbin/fsck.ext2, /sbin/mkfs.ext2 and /sbin/update programs.
  34. /sbin/fsck.ext2 and /sbin/mkfs.ext2 are versions of the e2fsprogs-0.5b
  35. which *must* be used with v1.2 of Linux/68k.  See *EXT2FS* below.
  36. /sbin/update is the "bdflush" daemon some of you may have heard about.
  37. It gives better disk buffer writing performance than the existing
  38. /sbin/update program.  Note that /sbin/update will only do the
  39. "bdflush" business on a 1.2 system, but can be used as a replacement
  40. for /sbin/update on older (v0.9) systems also.
  41.  
  42. *EXTFS*:
  43.  
  44.    When I first created Linux/68k (and the ported the ext2fs
  45.    filesystem) I made a bad decision about the implementation of the
  46.    linux kernel bit operations for the m68k.  I made them
  47.    little-endian when they should really have been big-endian.  I have
  48.    rectified this mistake in v1.2.  The bit-operations are big-endian,
  49.    and the ext2fs filesystem uses these bit operations.  This means
  50.    that the inode and block bitmaps of existing ext2fs filesystems
  51.    *cannot* be used by the v1.2 kernel.  If you want to use existing
  52.    filesystems, you must boot the 1.2 ramdisk filesystem, and run the
  53.    /sbin/fsck.ext2 program on every ext2fs filesystem you intend to
  54.    use with the v1.2 kernel.  Note that after running the new
  55.    fsck.ext2 on these filesystems, they cannot be used by v0.9 kernels
  56.    unless you run the v0.9 fsck.ext2 on them.  If you wish to create a
  57.    *new* ext2fs partition to use with v1.2, use the mkfs.ext2 on the
  58.    1.2 ramdisk filesystem.
  59.  
  60. The patches required to e2fsprogs-0.5b to support Linux/68k v1.2.0 are
  61. found in e2fsprogs-0.5b.diffs.gz in the v1.2 directory.
  62.